Xbasic

A5.DEACTIVATING Function

Syntax

Window_Name as C = A5.Deactivating()

Description

Return name of object that is being deactivated (if known).

The A5.DEACTIVATING() method tells you the name of the MDI window that has just lost focus.

You can change a modeless Xdialog into a MDI window by adding the {MDICHILD} command.

Example

? a5.DeActivating()
= "ControlPanel"

Limitations

Desktop applications only.

See Also